java map

美 [ˈdʒɑvə mæp]英 [ˈdʒɑːvə mæp]
  • 网络爪哇地图
java mapjava map
  1. This class just wraps around a Java Map .

    这个类仅包围在JavaMap周围。

  2. Dynamic attributes ( each class instance acts like a Java Map ) allow far more dynamic class functionality .

    动态特性(每个作用类似JavaMap的类实例)使得类功能可以更为动态。

  3. Creates a PHP array and stores it in the Java map as shown in the code below .

    创建PHP数组,并将其存储在Java映射中,如下面的代码所示。

  4. Thanks to Grape 's handling of transitive dependencies , I 've now got access to everything I need to parse the incoming JSON document and transform it into a simple Java Map .

    得益于Grape传递依赖的处理,现在我可以访问用于解析传入的JSON文档并将其转换为一个简单的JavaMap所需要的一切。

  5. The GET , POST , PUT , and DELETE Java annotations map directly to the type of HTTP operation that is used to access the service by the client .

    PUT和DELETEJava注释直接映射到用于客户端访问服务的HTTP操作类型。

  6. These three Java types map to non-standard types in the Schema and in the instance document , and they may not interoperate with other Web service platforms .

    这三个Java类型映射为Schema和实例文档中的非标准类型,并且它们也许不能够与其他Web服务平台互操作。

  7. A java mobile map service system based on J2ME technology and map service technology is designed and implemented after the comparison of the two implementation methods of mobile map service : WAP and J2ME . Key technologies of the system implementation are discussed .

    在对手机地图服务的两种方案(WAP和J2ME)进行比较的基础上,设计并实现了基于J2ME技术和地图服务技术的Java手机地图服务系统,并对其中的关键技术进行了介绍。

  8. Use Java control with map and website users in the world .

    使用Java控制作图题在网页上与用户之间的交互。

  9. You simply write a Java class and map the fields of the class to the elements of the XML that you wish to read .

    只需要编写一个Java类将类的字段映射到希望读取的XML的元素。

  10. Optim Development Studio helps automate this step by providing tooling to generate Java beans that map to database tables , which can improve your productivity .

    OptimDevelopmentStudio为生成映射到数据库对象的Javabean提供了工具,以自动化这个步骤,提高生产率。

  11. This may be problem for Java developers seeking to map all of the semantics associated with XML Schema .

    对于那些试图映射所有与XMLSchema相关联的语义的Java开发者来说,这可能是个问题。

  12. It is much like a regular Java ( Hash ) Map , with simple create , read , update , and delete operations .

    它很像常规的Java(Hash)Map,使用简单的创建、读取、更新和删除操作。

  13. For those people who use the mapping node , the potential to increase code re-use is improved with the ability to invoke Java directly from a map .

    对于使用映射节点的人员而言,由于能够直接从映射调用Java,因此提高了节点的重用性。

  14. In most cases , the Java classes generated to map data for calls using optimized local adapters can also be used with applications using CICS Transaction Gateway or IMS Connect .

    在大多数情况下,通过使用CICSTransactionGateway或IMSConnect,使用优化的本地适配器生成来映射调用数据的Java类也可以与应用程序一起使用。

  15. The set of Java objects that cannot map to WSDL obviously cannot roundtrip back to Java types ; so by their nature , there are no roundtrip issues with them .

    不能映射到WSDL的Java对象集明显不能往返回到Java类型:所以,根据它们的性质,不存在与它们相关的往返问题。

  16. For example , a Text message contains a string representation of a message ; an Object message contains a serialized Java object ; a Map message contains a map of key / value pairs and so forth .

    例如,Text消息包含消息的字符串表示形式;Object消息包含序列化的Java对象;Map消息包含键/值对的映射,等等。

  17. Although a context is more sophisticated than a java . util . Map , you can think of it as such because its main responsibility is to store key / value pairs of property ids and values .

    尽管环境要比java.util.Map更加复杂,您还是可以想到它,因为它的主要功能是存储属性ID和值的密钥/值。

  18. A traditional Java java . util . Map , then , is essentially a collection of two-part tuples .

    传统的Javajava.util.Map实质上是一个分两部分的元组集合。

  19. When the put call is invoked on the map , the PHP array is converted to its closest equivalent Java type , which is a Java Map .

    对映射进行put调用时,PHP数组会转换为最接近的Java类型,即JavaMap。

  20. Another issue is that of data types : in Java we have a java . util . Map , and basically two implementations of it ( HashMap and TreeMap ) .

    另一个问题是数据类型的:在Java中我们有一个java.util.Map,它一般有两个实现(HashMap和TreeMap)。